EntryValidator
Validates individual entries in a complex Entry.
For example, in a ValidatedList, individual new additions need to be validated, and validation of the entire list will take place as a piece-wise validation of each element, to preserve as much of the valid contents as possible
SAM: validateEntry takes an input of type T and a ValidationType, returns a ValidationResult
Author
fzzyhmstrs
Since
0.2.0
Parameters
T
the non-null type of the Entry stored value